URL Addressable Elements

MSDN: Open forms, views, dialogs and reports with a URL

Opening a View ("Entity List")

  • As documented in the CRM SDK, you can open a CRM entity list view in a new browser window using the code pattern shown below. NOTE: The GUID you specify must be UPPERCASE, otherwise CRM will not display the correct view name (label). (This case-sensitive GUID issue exists in CRM 2013 Online; it's unknown at the time of this writing whether this requirement exists in CRM 2015 or on-premises editions.)
    • Xrm.Page.context.getClientUrl() + "/main.aspx?etn=account&pagetype=entitylist&viewid=%7bGUID%7d&viewtype=1039";